ASP.NET MVC Controls
HeaderPath Property

Gets or sets the name of a property to use for getting the value displayed in the control's input element.
Syntax
'Declaration
 
Public Overridable Property HeaderPath As String
public virtual string HeaderPath {get; set;}
Remarks
The default value for this property is null, which causes the control to display the same content in the input element as in the selected item of the drop-down list. Use this property if you want to de-couple the value shown in the input element from the values shown in the drop-down list. For example, the input element could show an item's name and the drop-down list could show additional detail.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComboBoxBase<T> Class
ComboBoxBase<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback